home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 674
- Top = 118
- BorderStyle = bsToolWindow
- Caption = 'Schedule'
- ClientHeight = 330
- ClientWidth = 338
- Color = clBtnFace
- Constraints.MaxHeight = 748
- Constraints.MaxWidth = 1032
- Constraints.MinHeight = 50
- Constraints.MinWidth = 130
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- PrintScale = poNone
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 14
- object Label1: TLabel
- Left = 38
- Top = 54
- Width = 52
- Height = 14
- Caption = 'Begin Time'
- Enabled = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 46
- Top = 97
- Width = 43
- Height = 14
- Caption = 'End Time'
- Enabled = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 41
- Top = 141
- Width = 52
- Height = 14
- Caption = 'Frequency'
- Enabled = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 25
- Top = 185
- Width = 67
- Height = 14
- Caption = 'Specified Day'
- Enabled = False
- Transparent = True
- end
- object Label5: TLabel
- Left = 19
- Top = 229
- Width = 72
- Height = 14
- Caption = 'Destination File'
- Enabled = False
- Transparent = True
- end
- object Label6: TLabel
- Left = 32
- Top = 304
- Width = 277
- Height = 14
- Caption = 'Please "Disable Schedule" before changing settings here.'
- Transparent = True
- end
- object Panel1: TPanel
- Left = 10
- Top = 37
- Width = 317
- Height = 2
- TabOrder = 0
- end
- object DateTimePicker1: TDateTimePicker
- Left = 104
- Top = 51
- Width = 161
- Height = 22
- CalAlignment = dtaLeft
- Date = 37554.514715520810000000
- Time = 37554.514715520810000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 1
- end
- object DateTimePicker2: TDateTimePicker
- Left = 104
- Top = 92
- Width = 161
- Height = 22
- CalAlignment = dtaLeft
- Date = 37554.514770324090000000
- Time = 37554.514770324090000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 2
- end
- object ComboBox1: TComboBox
- Left = 104
- Top = 137
- Width = 161
- Height = 22
- Enabled = False
- ItemHeight = 14
- TabOrder = 3
- Text = 'Specified Day'
- OnChange = ComboBox1Change
- Items.Strings = (
- 'Every Day'
- 'Every Week'
- 'Specified Day')
- end
- object DateTimePicker3: TDateTimePicker
- Left = 104
- Top = 182
- Width = 161
- Height = 22
- CalAlignment = dtaLeft
- Date = 37554.514818611100000000
- Time = 37554.514818611100000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 104
- Top = 227
- Width = 161
- Height = 22
- Enabled = False
- TabOrder = 5
- end
- object Panel9: TPanel
- Left = 10
- Top = 293
- Width = 317
- Height = 2
- TabOrder = 6
- end
- object Button1: TButton
- Left = 272
- Top = 226
- Width = 59
- Height = 23
- Caption = 'Browse'
- TabOrder = 7
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 13
- Width = 113
- Height = 17
- Caption = 'Enable Schedule'
- TabOrder = 8
- OnMouseUp = CheckBox1MouseUp
- end
- object CheckBox2: TCheckBox
- Left = 21
- Top = 264
- Width = 273
- Height = 17
- Caption = 'Shutdown the computer when the task is finished.'
- Enabled = False
- TabOrder = 9
- end
- object SaveDialog1: TSaveDialog
- Filter = 'Mp3 File|*.mp3|Wav File|*.wav|Ogg|*.ogg'
- Title = 'New/Open File '
- Left = 176
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 209
- end
- end
-